All Questions
3 questions
1vote
0answers
621views
How to disable inline css styles generated by Gutenberg editor?
I've got Genesis-blocks plugin installed (it got updated from Atomic blocks). I am using blocks and resuable blocks to create pages. The problem I am facing is, most of these blocks inject their own ...
1vote
1answer
295views
Is there a client side API for handling transients or options?
After having some trouble with the ServerSideRender sending a request with headers too large for the nginx server to handle, I wonder if I can avoid using the ServerSideRender callback. In my ...
2votes
1answer
6kviews
fetching via fetch/ajax gutenberg block data from third party
I'm trying to use fetch to grab information from a 3rd party API which is rate-limited. Instead of doing the API on the front-end I'm trying to use fetch to do the API call in the edit function. I've ...